projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31472a5
)
debian/rules: DEB_HOST_MULTIARCH variable removed
author
Matteo F. Vescovi
<mfv.debian@gmail.com>
Sat, 11 Feb 2012 10:59:37 +0000
(11:59 +0100)
committer
Matteo F. Vescovi
<mfv.debian@gmail.com>
Sat, 11 Feb 2012 10:59:37 +0000
(11:59 +0100)
Useless in cdbs/autotools/debhelper environment for Multi-Arch
(as in: http://wiki.debian.org/Multiarch/Implementation)
Git-Dch: Ignore
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index c6f73d5490a47c05150be870addfcd29334e1153..bd07034018906a81dd5c2e306da33168ebef5d20 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-5,7
+5,6
@@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/utils.mk
export LDFLAGS += -Wl,--as-needed
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
DEB_DH_MAKESHLIBS_ARGS_libbabl-0.1-0 = "--exclude=/usr/lib/$(DEB_HOST_MULTIARCH)/babl-0.1"